summaryrefslogtreecommitdiff
path: root/shared/toggle_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/toggle_button.cpp')
-rw-r--r--shared/toggle_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/toggle_button.cpp b/shared/toggle_button.cpp
index 511822b1..24f74bc7 100644
--- a/shared/toggle_button.cpp
+++ b/shared/toggle_button.cpp
@@ -3,7 +3,7 @@
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
-//
+
#include "toggle_button.h"
void ToggleButton::init(const wxBitmap& activeBmp,
bgstack15