Merge pull request #156 from npostavs/req-yas

Avoids warnings when compiling
This commit is contained in:
Andrea Crotti 2016-08-08 14:24:55 +01:00 committed by GitHub
commit f4e59122a8

View file

@ -1,3 +1,5 @@
(require 'yasnippet)
(defun yas-c++-class-name (str)
"Search for a class name like `DerivedClass' in STR
(which may look like `DerivedClass : ParentClass1, ParentClass2, ...')