[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kate] part/script/data/files/quickcoding/cpp: remove virtual, wrong heuristic
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2012-10-31 23:00:04
Message-ID: 20121031230004.4A6D0A6078 () git ! kde ! org
[Download RAW message or body]

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/script/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 <%= n %><%= typeof(p)!== 'undefined' ?  " : public " + p : '' \
%>  /**
          * Destructor of <%= n %>
          */
-        <%= typeof(p)!== 'undefined' ?  "virtual " : '' %>~<%= n %> ();
+        ~<%= n %> ();
 };
\ No newline at end of file


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic