Doc: cmake example: fix coding style
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / aligner.cpp
index 19adfcee2445b5b46094418a24353a38d9a4ad9a..d69336866768c9fcd3e334212e6b7d816f0c5699 100644 (file)
@@ -24,7 +24,7 @@
 
 int main(int argc, char **argv)
 {
-       alignQuery("molecule-foo");
+       align_query("molecule-foo");
 
        return 0;
 }
This page took 0.023822 seconds and 4 git commands to generate.