summaryrefslogtreecommitdiff
path: root/include/caller.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2013-04-12 09:04:01 -0700
committerAttila Molnar <attilamolnar@hush.com>2013-04-12 09:04:01 -0700
commitdebedfeb0abb398443fa33452f486c6cc80bb832 (patch)
tree7c8eac3b1ad474fdaf42767bffee7c3c4b4cce48 /include/caller.h
parenta5fe50aca04ca554d313e7361c571c6a497a9c4e (diff)
parent11cafc12d5440b67a9f676c9f6aa67840ca5399d (diff)
Merge pull request #461 from SaberUK/master+header-cleanup
Tidy up source files.
Diffstat (limited to 'include/caller.h')
-rw-r--r--include/caller.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/caller.h b/include/caller.h
index 563577ac2..f69ff6796 100644
--- a/include/caller.h
+++ b/include/caller.h
@@ -19,8 +19,7 @@
*/
-#ifndef CALLER_H
-#define CALLER_H
+#pragma once
/* Pending some sort of C++11 support */
#if 0
@@ -355,5 +354,3 @@ template <typename ReturnType, typename Param1, typename Param2, typename Param3
class CoreExport NAME : public HandlerBase8<RETURN, V1, V2, V3, V4, V5, V6, V7, V8> { public: NAME() { } virtual ~NAME() { } virtual RETURN Call(V1, V2, V3, V4, V5, V6, V7, V8); }
#endif
-
-#endif