aboutsummaryrefslogtreecommitdiff
path: root/include/smelt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/smelt.hpp')
-rw-r--r--include/smelt.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/smelt.hpp b/include/smelt.hpp
index e078420..f0f8ddc 100644
--- a/include/smelt.hpp
+++ b/include/smelt.hpp
@@ -242,7 +242,7 @@ public:
* Take care with fullscreen video modes. Inappropriate fullscreen
* resolutions will cause the failure of smInit().
*/
- virtual void smVidMode(int resX,int resY,bool _windowed,bool showWindow=true)=0;
+ virtual void smVidMode(int resX,int resY,bool _windowed,bool _showWindow=true)=0;
/*
* Sets the log file path.
* The default value is empty.