summaryrefslogtreecommitdiffhomepage
path: root/dev/examples/example_02_libbtb/libbtb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/examples/example_02_libbtb/libbtb.cc')
-rw-r--r--dev/examples/example_02_libbtb/libbtb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/examples/example_02_libbtb/libbtb.cc b/dev/examples/example_02_libbtb/libbtb.cc
index 0b4d7c4..e6e489d 100644
--- a/dev/examples/example_02_libbtb/libbtb.cc
+++ b/dev/examples/example_02_libbtb/libbtb.cc
@@ -8,7 +8,7 @@ static auto kPath = ".\win64.json";
#endif
int main(int argc, char** argv) {
- auto builder = new BTB::JSONManifestBuilder();
+ auto builder = new NeBuild::JSONManifestBuilder();
if (!builder) return EXIT_FAILURE;
return builder->buildTarget(strlen(kPath), kPath);