diff options
Diffstat (limited to 'src/utils/copynpaste.h')
-rw-r--r-- | src/utils/copynpaste.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/copynpaste.h b/src/utils/copynpaste.h index ea827158d..1a6069267 100644 --- a/src/utils/copynpaste.h +++ b/src/utils/copynpaste.h @@ -19,6 +19,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef UTILS_COPYNPASTE_H +#define UTILS_COPYNPASTE_H + #include <string> #include "localconsts.h" @@ -35,3 +38,5 @@ bool retrieveBuffer(std::string& text, size_t& pos) A_WARN_UNUSED; bool sendBuffer(std::string& text); + +#endif // UTILS_COPYNPASTE_H |