solvespace/win32
Daniel Richard G 02776ea535 Added const qualifiers
String literals in C++ are implicitly typed as 'const char *', and with
this change, their const-ness is maintained when assigning them to
variables or passing them as arguments. This significantly cuts down the
number of warnings generated by the compiler.
2013-08-26 14:58:35 -04:00
..
freeze.cpp Added const qualifiers 2013-08-26 14:58:35 -04:00
freeze.h Added const qualifiers 2013-08-26 14:58:35 -04:00
manifest.xml Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
resource.rc Add an icon file (ugly, but at least it's not the default anymore). 2008-07-18 01:50:52 -08:00
w32main.cpp Added const qualifiers 2013-08-26 14:58:35 -04:00
w32util.cpp Added const qualifiers 2013-08-26 14:58:35 -04:00