Loading CMakeModules/TokenList2DsnLexer.cmake +1 −1 Original line number Original line Diff line number Diff line Loading @@ -245,7 +245,7 @@ public: * Constructor ( const std::string&, const wxString& ) * Constructor ( const std::string&, const wxString& ) * @param aSExpression is (utf8) text possibly from the clipboard that you want to parse. * @param aSExpression is (utf8) text possibly from the clipboard that you want to parse. * @param aSource is a description of the origin of @a aSExpression, such as a filename. * @param aSource is a description of the origin of @a aSExpression, such as a filename. * If left empty, then _("clipboard") is used. * If left empty, then _(\"clipboard\") is used. */ */ ${LEXERCLASS}( const std::string& aSExpression, const wxString& aSource = wxEmptyString ) : ${LEXERCLASS}( const std::string& aSExpression, const wxString& aSource = wxEmptyString ) : DSNLEXER( keywords, keyword_count, aSExpression, aSource ) DSNLEXER( keywords, keyword_count, aSExpression, aSource ) Loading Loading
CMakeModules/TokenList2DsnLexer.cmake +1 −1 Original line number Original line Diff line number Diff line Loading @@ -245,7 +245,7 @@ public: * Constructor ( const std::string&, const wxString& ) * Constructor ( const std::string&, const wxString& ) * @param aSExpression is (utf8) text possibly from the clipboard that you want to parse. * @param aSExpression is (utf8) text possibly from the clipboard that you want to parse. * @param aSource is a description of the origin of @a aSExpression, such as a filename. * @param aSource is a description of the origin of @a aSExpression, such as a filename. * If left empty, then _("clipboard") is used. * If left empty, then _(\"clipboard\") is used. */ */ ${LEXERCLASS}( const std::string& aSExpression, const wxString& aSource = wxEmptyString ) : ${LEXERCLASS}( const std::string& aSExpression, const wxString& aSource = wxEmptyString ) : DSNLEXER( keywords, keyword_count, aSExpression, aSource ) DSNLEXER( keywords, keyword_count, aSExpression, aSource ) Loading