diff --git a/.gitignore b/.gitignore index 826e2b4..eb85c24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # This file is used to ignore files which are generated # ---------------------------------------------------------------------------- - +.vscode *~ *.autosave *.a diff --git a/data_tamer_cpp/include/data_tamer/channel.hpp b/data_tamer_cpp/include/data_tamer/channel.hpp index 6cee1a5..3142fc1 100644 --- a/data_tamer_cpp/include/data_tamer/channel.hpp +++ b/data_tamer_cpp/include/data_tamer/channel.hpp @@ -86,8 +86,9 @@ class LogChannel : public std::enable_shared_from_this * @param value pointer to the vectors of values. * @return the ID to be used to unregister or enable/disable the values. */ - template