]> git.sesse.net Git - vlc/commitdiff
* modules/gui/skins/controls/checkbox.cpp: compilation fix.
authorGildas Bazin <gbazin@videolan.org>
Sat, 26 Jul 2003 15:36:46 +0000 (15:36 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 26 Jul 2003 15:36:46 +0000 (15:36 +0000)
modules/gui/skins/controls/checkbox.cpp

index ffa2ca4abfd1c0e45599d9aedd2747341a726e02..1813b738c69ab7b6ef4d4ea96fa72be545de7682 100644 (file)
@@ -2,7 +2,7 @@
  * checkbox.cpp: Checkbox control
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: checkbox.cpp,v 1.8 2003/07/26 14:04:33 ipkiss Exp $
+ * $Id: checkbox.cpp,v 1.9 2003/07/26 15:36:46 gbazin Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
@@ -324,7 +324,7 @@ bool ControlCheckBox::MouseMove( int x, int y, int button )
         CursorIn = false;
         return true;
     }
-    return false:
+    return false;
 }
 //---------------------------------------------------------------------------
 bool ControlCheckBox::MouseOver( int x, int y )