Commit 0678cbb8 authored by Davis King's avatar Davis King

Changed code to avoid a compiler warning in mingw

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402919
parent 0e5d2215
......@@ -449,7 +449,7 @@ namespace dlib
// make a param structure
param* temp;
param* temp = 0;
try{
temp = new param (
*this,
......
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