From 42feb5381b91bfd2c4c1c7cfab8d9e22d434291f Mon Sep 17 00:00:00 2001 From: otakuto Date: Feb 21 2019 05:20:49 +0000 Subject: Fix -Wextra-tokens warnings (#2460) --- diff --git a/toonz/sources/tnztools/viewtools.h b/toonz/sources/tnztools/viewtools.h index 1ad806b..786ee67 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