updating comments

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-08-12 10:48:09 -05:00
parent 98ba833c78
commit 5fd2d8e7ee
@@ -93,10 +93,10 @@ namespace MaterialEditor
//! Close document and reset its data
virtual bool Close() = 0;
//! document is loaded
//! Document is loaded
virtual bool IsOpen() const = 0;
//! document has changes pending
//! Document has changes pending
virtual bool IsModified() const = 0;
//! Can the document be saved