Commit 8791dcc9 authored by Davis King's avatar Davis King

cleaned up the code

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402958
parent 8d528ef7
......@@ -219,7 +219,7 @@ namespace dlib
// ------------------------------------------------------------------------------------
template <typename T, typename U>
typename T::value_type::second_type scale_by (
void scale_by (
T& a,
const U& value
)
......
......@@ -145,7 +145,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
template <typename T, typename U>
typename T::value_type::second_type scale_by (
void scale_by (
T& a,
const U& value
);
......
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