From a08e1cf9777b4a3766c91be2685aaf37c24fbd4e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 31 Jul 2015 22:48:44 +0000 Subject: Toaster: initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@14775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PasteIt/src/Options.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/PasteIt/src/Options.h') 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 . */ -#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 -- cgit v1.2.3