summaryrefslogtreecommitdiff
path: root/shared/custom_combo_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/custom_combo_box.h')
-rw-r--r--shared/custom_combo_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/custom_combo_box.h b/shared/custom_combo_box.h
index 070790a6..3ddd73b0 100644
--- a/shared/custom_combo_box.h
+++ b/shared/custom_combo_box.h
@@ -3,7 +3,7 @@
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
-//
+
#ifndef CUSTOMCOMBOBOX_H_INCLUDED
#define CUSTOMCOMBOBOX_H_INCLUDED
bgstack15