From f2ba3ddf4321b9dd97492b0d87846a291d4d6be3 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 6 Aug 2019 13:41:42 +0200 Subject: Add forgotten prevention for double declaration --- umosapi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/umosapi.h b/umosapi.h index fe30db5..2e8b33b 100644 --- a/umosapi.h +++ b/umosapi.h @@ -1,3 +1,4 @@ +#ifndef UmosapiService_H_ #define UmosapiService_H_ #include @@ -27,3 +28,4 @@ class UmosapiService { Rest::Description desc; Rest::Router router; }; +#endif -- cgit v1.2.1