Merge branch '0.8-fsf-changes'

This commit is contained in:
João Távora
2012-08-15 15:03:45 +01:00
26 changed files with 4281 additions and 5438 deletions

View File

@@ -4,6 +4,6 @@
class ${1:Name}
{
public:
${1:$(yas/substr text "[^: ]*")}($2);
virtual ~${1:$(yas/substr text "[^: ]*")}();
${1:$(yas-substr text "[^: ]*")}($2);
virtual ~${1:$(yas-substr text "[^: ]*")}();
};