From a497d6726786f47109fcf8890e57c588fa4b7c5e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 2 Jun 2017 23:43:06 -0700 Subject: [PATCH] Make the linter happy --- src/Kaleidoscope/Syster.cpp | 2 +- src/Kaleidoscope/Syster.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Kaleidoscope/Syster.cpp b/src/Kaleidoscope/Syster.cpp index d511fb41..f729bc25 100644 --- a/src/Kaleidoscope/Syster.cpp +++ b/src/Kaleidoscope/Syster.cpp @@ -18,7 +18,7 @@ #include -using namespace KaleidoscopePlugins::Ranges; +using KaleidoscopePlugins::Ranges; namespace KaleidoscopePlugins { // --- state --- diff --git a/src/Kaleidoscope/Syster.h b/src/Kaleidoscope/Syster.h index a398d40c..83c420df 100644 --- a/src/Kaleidoscope/Syster.h +++ b/src/Kaleidoscope/Syster.h @@ -36,7 +36,7 @@ class Syster : public KaleidoscopePlugin { Syster (void); - virtual void begin (void) final; + void begin (void) final; static void reset (void); private: