aboutsummaryrefslogtreecommitdiffstats
path: root/src/machina.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/machina.cpp')
-rw-r--r--src/machina.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machina.cpp b/src/machina.cpp
index 4dc9ada..7772da5 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -58,7 +58,7 @@ main(int argc, char** argv)
Glib::thread_init();
}
- SharedPtr<JackDriver> driver(new JackDriver());
+ SPtr<JackDriver> driver(new JackDriver());
Sord::World rdf_world;
Engine engine(driver, rdf_world);