Commit b73c6b03 authored by Davis King's avatar Davis King

added missing public: qualifier.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403923
parent 298a856b
......@@ -60,6 +60,8 @@ namespace dlib
!*/
public:
// Define the type used to represent column vectors
typedef matrix<double,0,1> column_vector;
// Define the type used to represent the hessian matrix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment