Fix c++ guard snippet

This commit is contained in:
Riyyi
2019-12-18 16:52:59 +01:00
parent 49864129bd
commit 5bf199675d
+2 -2
View File
@@ -3,8 +3,8 @@
# key: grd
# --
#ifndef ${1:GUARD}_H
#define ${1:GUARD}_H
#define ${1:$(yas-c++-class-name yas-text)}_H
$0
#endif // ${1:GUARD}_H
#endif // ${1:$(yas-c++-class-name yas-text)}_H