]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Add a comment.
[lyx.git] / src / Buffer.cpp
index e0998f8330b8f7884268e6ee5a41e5c9e2ffb594..888f82072882f8237aada52558df3516180e92a9 100644 (file)
@@ -228,6 +228,9 @@ public:
        /// This is here to force the test to be done whenever parent_buffer
        /// is accessed.
        Buffer const * parent() const { 
+               // if parent_buffer is not loaded, then it has been unloaded,
+               // which means that parent_buffer is an invalid pointer. So we
+               // set it to null in that case.
                if (!theBufferList().isLoaded(parent_buffer))
                        parent_buffer = 0;
                return parent_buffer;