diff options
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.h b/src/context.h index 5be1efd..9817df3 100644 --- a/src/context.h +++ b/src/context.h @@ -39,7 +39,7 @@ protected: ValueMap variables; ValueMap config_variables; - std::string document_path; + std::string document_path; // FIXME: This is a remnant only needed by dxfdim #ifdef DEBUG public: |