]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/accel.h
better-looking icons
[wxWidgets.git] / include / wx / gtk / accel.h
index 9bca3cf6f937fc92057715fd8f252efa50966994..a60eb15e981ee4d14e609dbea1ac9509655d9769 100644 (file)
@@ -56,8 +56,7 @@ extern wxAcceleratorTable wxNullAcceleratorTable;
 
 class wxAcceleratorEntry: public wxObject
 {
-  public:
-
+public:
     wxAcceleratorEntry(int flags = 0, int keyCode = 0, int cmd = 0)
       { m_flags = flags; m_keyCode = keyCode; m_command = cmd; }