From 42feb5381b91bfd2c4c1c7cfab8d9e22d434291f Mon Sep 17 00:00:00 2001 From: otakuto Date: Thu, 21 Feb 2019 14:20:49 +0900 Subject: [PATCH] Fix -Wextra-tokens warnings (#2460) --- toonz/sources/tnztools/viewtools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toonz/sources/tnztools/viewtools.h b/toonz/sources/tnztools/viewtools.h index 1ad806b2..786ee67a 100644 --- a/toonz/sources/tnztools/viewtools.h +++ b/toonz/sources/tnztools/viewtools.h @@ -42,4 +42,4 @@ public: } }; -#endif VIEWTOOLS_H \ No newline at end of file +#endif // VIEWTOOLS_H