.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@5374 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-09-20 09:38:00 +00:00
parent e883773c00
commit 7b0678b54e

View file

@ -357,7 +357,7 @@ struct LayDesModule : public IdeModule {
LayDesigner *d = CreateLayDesigner(path, cs, "laydes-ctrl");
return d;
}
return false;
return NULL;
}
virtual void Serialize(Stream& s) {
int version = 0;