Commit a0dd3b51 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fix of syntax error.

parent 8e959f9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ printFunction( ostream& str ) const
      str << *f;
      return str;
   }
   if( std::is_same< Deice, tnlCuda >::value )
   if( std::is_same< Device, tnlCuda >::value )
   {
      tnlCuda::print( f, str );
      return str;