aboutsummaryrefslogtreecommitdiff
path: root/sources/android/ndk_helper/gestureDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/android/ndk_helper/gestureDetector.h')
-rw-r--r--sources/android/ndk_helper/gestureDetector.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sources/android/ndk_helper/gestureDetector.h b/sources/android/ndk_helper/gestureDetector.h
index 6ae5d80ef..6c8683bf7 100644
--- a/sources/android/ndk_helper/gestureDetector.h
+++ b/sources/android/ndk_helper/gestureDetector.h
@@ -14,11 +14,7 @@
* limitations under the License.
*/
-//--------------------------------------------------------------------------------
-// gestureDetector.h
-//--------------------------------------------------------------------------------
-#ifndef GESTUREDETECTOR_H_
-#define GESTUREDETECTOR_H_
+#pragma once
#include <vector>
@@ -163,4 +159,3 @@ public:
};
} //namespace ndkHelper
-#endif /* GESTUREDETECTOR_H_ */