diff options
Diffstat (limited to 'src/emacs.h')
-rw-r--r-- | src/emacs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emacs.h b/src/emacs.h index fef7a882..52b7bd37 100644 --- a/src/emacs.h +++ b/src/emacs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2015, John Wiegley. All rights reserved. + * Copyright (c) 2003-2016, John Wiegley. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -72,7 +72,7 @@ public: out.flush(); } virtual void operator()(post_t& post); - virtual string escape_string(string raw); + virtual string escape_string(string raw); }; } // namespace ledger |