diff options
Diffstat (limited to 'plugins/PasteIt/src/Options.h')
-rw-r--r-- | plugins/PasteIt/src/Options.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/PasteIt/src/Options.h b/plugins/PasteIt/src/Options.h index 2cc136c66d..9e58e44d7f 100644 --- a/plugins/PasteIt/src/Options.h +++ b/plugins/PasteIt/src/Options.h @@ -1,6 +1,6 @@ /*
+Paste It plugin
Copyright (C) 2011 Krzysztof Kral
-Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _OPTIONS_H_
-#define _OPTIONS_H_
+#pragma once
+#include "PasteToWeb.h"
class WebOptions
{
@@ -70,4 +70,3 @@ public: WebOptions* webOptions[PasteToWeb::pages];
};
-#endif //_OPTIONS_H_
\ No newline at end of file |