mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +02:00
Fixing typo and syntax
This commit is contained in:
parent
4bdc0d718d
commit
0578a54ea0
2 changed files with 154 additions and 155 deletions
|
@ -95,8 +95,7 @@ public:
|
|||
String sourceName;
|
||||
|
||||
Block(const String& sourceFilename) :
|
||||
sourceName(sourceFilename)
|
||||
{}
|
||||
sourceName(sourceFilename) {}
|
||||
|
||||
static void addNewBlock(const Block::Pointer& parent, const Block::Pointer& block);
|
||||
static const Block::Pointer& getCurrentBlock(const Block::Pointer& block);
|
||||
|
|
Loading…
Reference in a new issue