Commit cd31586f authored by Davis King's avatar Davis King

Minor change to avoid compile time error in gcc.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404055
parent 4e8e85e1
......@@ -87,6 +87,9 @@ namespace dlib
invalid_label(const std::string& msg, const label_type& l1_, const label_type& l2_
) : dlib::error(msg), l1(l1_), l2(l2_) {};
virtual ~invalid_label(
) throw() {}
label_type l1, l2;
};
......
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