]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-mod.cc
Fix lilypond-invoke-editor's temp dir
[lilypond.git] / lily / context-mod.cc
index f72cb8b404cf9ca2f7e1c9b6fa42a021dd08025c..b9c43fe76a7f013e3bf16c21d5444920d2d6d222 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2014 Reinhold Kainhofer <reinhold@kainhofer.com>
+  Copyright (C) 2010--2015 Reinhold Kainhofer <reinhold@kainhofer.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -19,6 +19,8 @@
 
 #include "context-mod.hh"
 
+ADD_SMOB_INIT (Context_mod);
+
 Context_mod::Context_mod ()
 {
   mods_ = SCM_EOL;