diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-16 18:30:04 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-16 18:30:04 -0700 |
commit | c1a64dc5fa73b54cc5de77629781dfc74302a1e7 (patch) | |
tree | 015a1c0edd3c380ecd6f23203bea67f6fbfff760 /common | |
parent | 4d1d2c5d5d4037d7e4ef91894663c49ba7f48e26 (diff) | |
download | qtlocation-mapboxgl-c1a64dc5fa73b54cc5de77629781dfc74302a1e7.tar.gz |
rename file and fix merge error
Diffstat (limited to 'common')
-rw-r--r-- | common/headless_view.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/headless_view.cpp b/common/headless_view.cpp index 6c4054303a..ee1ecf83df 100644 --- a/common/headless_view.cpp +++ b/common/headless_view.cpp @@ -1,6 +1,8 @@ #include "headless_view.hpp" #include <llmr/util/timer.hpp> +namespace llmr { + HeadlessView::HeadlessView() { #if LLMR_USE_CGL // TODO: test if OpenGL 4.1 with GL_ARB_ES2_compatibility is supported |