Kde: Add Utilities: kwinid and kraisewindow
[emacsstuff.git] / cc-ide / cc-ide.el
index 67d0de1..7c2fedd 100644 (file)
@@ -802,6 +802,8 @@ it will be prefixed with the current class prefix."
               (< (point) (aref parse 2))
               (not (looking-at (regexp-quote prefix))))
          (let ((pos (string-match "<" prefix)))
+           (if pos
+               (insert "typename "))
            (if (and pos (looking-at (concat (substring prefix 0 pos)
                                             "\\b[^_]")))
                (progn