diff options
Diffstat (limited to 'src/VBox/Main/include/SnapshotImpl.h')
-rw-r--r-- | src/VBox/Main/include/SnapshotImpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Main/include/SnapshotImpl.h b/src/VBox/Main/include/SnapshotImpl.h index 1e94e5ea..e86bbbcd 100644 --- a/src/VBox/Main/include/SnapshotImpl.h +++ b/src/VBox/Main/include/SnapshotImpl.h @@ -100,6 +100,8 @@ public: const Utf8Str& getStateFilePath() const; + uint32_t getDepth(); + ULONG getChildrenCount(); ULONG getAllChildrenCount(); ULONG getAllChildrenCountImpl(); |