summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/src/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PasteIt/src/Options.h')
-rw-r--r--plugins/PasteIt/src/Options.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/PasteIt/src/Options.h b/plugins/PasteIt/src/Options.h
index 9e58e44d7f..2cc136c66d 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/>.
*/
-#pragma once
-#include "PasteToWeb.h"
+#ifndef _OPTIONS_H_
+#define _OPTIONS_H_
class WebOptions
{
@@ -70,3 +70,4 @@ public:
WebOptions* webOptions[PasteToWeb::pages];
};
+#endif //_OPTIONS_H_ \ No newline at end of file