diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-06 13:41:42 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-06 13:41:42 +0200 |
commit | f2ba3ddf4321b9dd97492b0d87846a291d4d6be3 (patch) | |
tree | 455e379b9751336af85a488dc456a00f831a667b | |
parent | 7bc35f9268522474753e37325ba12f1bf7134c5a (diff) | |
download | umosapicpp-f2ba3ddf4321b9dd97492b0d87846a291d4d6be3.tar.xz umosapicpp-f2ba3ddf4321b9dd97492b0d87846a291d4d6be3.zip |
Add forgotten prevention for double declaration
-rw-r--r-- | umosapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#ifndef UmosapiService_H_ #define UmosapiService_H_ #include <pistache/http.h> @@ -27,3 +28,4 @@ class UmosapiService { Rest::Description desc; Rest::Router router; }; +#endif |