Doc: cmake example: fix coding style
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / aligner-lib.h
index d3b40c5642621de32833fe0445dad620128e988c..16fb4fc8dd6b13574c5f17d702bc7d542c607cad 100644 (file)
@@ -25,6 +25,6 @@
 
 #include <string>
 
-void alignQuery(const std::string & queryName);
+void align_query(const std::string &queryName);
 
 #endif
This page took 0.023901 seconds and 4 git commands to generate.