diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-29 18:57:02 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-29 18:57:02 -0400 |
commit | 200d919fe7c8bcf021011c16fb6ec50821444d5e (patch) | |
tree | c3da877b2968bf9ee697727c19bec5fe16c59144 /session.h | |
parent | d073a7e8a599def9c6dae0f98903d9b59766e9fc (diff) | |
download | ledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.tar.gz ledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.tar.bz2 ledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.zip |
Changed the way scopes are structured for an upcoming design change.
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ namespace ledger { -class session_t : public symbol_scope_t +class session_t : public noncopyable, public scope_t { static void initialize(); static void shutdown(); |