From f4d394d935796964d2cad6c9f1cfb59f8d392bdb Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 8 Dec 2015 13:37:04 -0800 Subject: [node] code review cleanup --- include/mbgl/platform/default/headless_view.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mbgl/platform/default/headless_view.hpp b/include/mbgl/platform/default/headless_view.hpp index 07226b5f9b..68f32ed1ca 100644 --- a/include/mbgl/platform/default/headless_view.hpp +++ b/include/mbgl/platform/default/headless_view.hpp @@ -48,7 +48,7 @@ private: void createContext(); void loadExtensions(); void clearBuffers(); - bool isActive(); + bool isActive() const; private: std::shared_ptr display; -- cgit v1.2.1