Skip to content

Commit

Permalink
Fix #251
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide authored Feb 21, 2020
1 parent 869b250 commit ffc5e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotter_gui/transforms/lua_custom_function.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "lua_custom_function.h"


LuaCustomFunction::LuaCustomFunction(const std::__cxx11::string &linkedPlot,
LuaCustomFunction::LuaCustomFunction(const std::string &linkedPlot,
const SnippetData &snippet):
CustomFunction(linkedPlot,snippet)
{
Expand Down

0 comments on commit ffc5e5a

Please sign in to comment.