Git commit e9881c9b6912305fdea9da4ee953b66f0e6a212f by Christoph Cullmann. Committed on 01/11/2012 at 00:00. Pushed by cullmann into branch 'master'. remove virtual, wrong heuristic M +1 -1 part/script/data/files/quickcoding/cpp/c.template http://commits.kde.org/kate/e9881c9b6912305fdea9da4ee953b66f0e6a212f diff --git a/part/script/data/files/quickcoding/cpp/c.template b/part/scrip= t/data/files/quickcoding/cpp/c.template index 0dbc04a..901580a 100644 --- a/part/script/data/files/quickcoding/cpp/c.template +++ b/part/script/data/files/quickcoding/cpp/c.template @@ -12,5 +12,5 @@ class <%=3D n %><%=3D typeof(p)!=3D=3D 'undefined' ? " := public " + p : '' %> /** * Destructor of <%=3D n %> */ - <%=3D typeof(p)!=3D=3D 'undefined' ? "virtual " : '' %>~<%=3D n %= > (); + ~<%=3D n %> (); }; \ No newline at end of file