diff options
Diffstat (limited to 'app/tree_model.h')
-rw-r--r-- | app/tree_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tree_model.h b/app/tree_model.h index e82aa38..882c82f 100644 --- a/app/tree_model.h +++ b/app/tree_model.h @@ -88,4 +88,4 @@ class TreeModel { virtual int GetIconIndex(TreeModelNode* node) { return -1; } }; -#endif // APP_TREE_TREE_MODEL_H_ +#endif // APP_TREE_MODEL_H_ |