Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] #352 - correct namespaces, renaming conversion to feature e…
Browse files Browse the repository at this point in the history
…quivalent, removed duplicate src file names
  • Loading branch information
tobrun committed Jul 26, 2016
1 parent 32e306c commit da58545
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#include "value.hpp"

#include <mbgl/platform/log.hpp>
#include <mbgl/style/conversion.hpp>
#include <mbgl/geometry/feature.hpp>
#include <mbgl/util/feature.hpp>
#include <mbgl/util/optional.hpp>

#include <jni/jni.hpp>

namespace mbgl {
namespace style {
namespace conversion {
namespace geometry {
namespace feature {


//XXX
Expand Down Expand Up @@ -90,6 +90,6 @@ inline optional<Value> toValue(const mbgl::android::Value& value) {
}
}

} // namespace conversion
} // namespace style
} // namespace feature
} // namespace geometry
} // namespace mbgl
Empty file.
Empty file.

0 comments on commit da58545

Please sign in to comment.