summaryrefslogtreecommitdiff
path: root/src/util/io.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-16 18:53:56 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-16 18:53:56 -0700
commit4ea281c750c5afcc68f2832bb42d98a1cbce6735 (patch)
tree60bc7d3ccba2c54859e2e023997cc027cc67aea7 /src/util/io.cpp
parentc1a64dc5fa73b54cc5de77629781dfc74302a1e7 (diff)
downloadqtlocation-mapboxgl-4ea281c750c5afcc68f2832bb42d98a1cbce6735.tar.gz
rename llmr => mbgl
Diffstat (limited to 'src/util/io.cpp')
-rw-r--r--src/util/io.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/io.cpp b/src/util/io.cpp
index 2fd638cdfc..b889567437 100644
--- a/src/util/io.cpp
+++ b/src/util/io.cpp
@@ -1,4 +1,4 @@
-#include <llmr/util/io.hpp>
+#include <mbgl/util/io.hpp>
#include <cstdio>
#include <iostream>
@@ -6,7 +6,7 @@
#include <fstream>
#include <stdexcept>
-namespace llmr {
+namespace mbgl {
namespace util {
void write_file(const std::string &filename, const std::string &data) {