mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Minor fix in FileSystemListener.
This commit is contained in:
@@ -92,7 +92,7 @@ class EE_API Model {
|
||||
|
||||
void setOnUpdate( const std::function<void()>& onUpdate );
|
||||
|
||||
void invalidate();
|
||||
void invalidate( unsigned int flags = Model::UpdateFlag::InvalidateAllIndexes );
|
||||
|
||||
protected:
|
||||
Model(){};
|
||||
|
||||
Reference in New Issue
Block a user