]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/atom.hh
release: 1.1.36
[lilypond.git] / lily / include / atom.hh
index 52d17f88f215011a7d82453378f6e6328a212d5c..15fc068f5e7a696e27f66a1843f197b10f941010 100644 (file)
@@ -15,6 +15,8 @@
 #include "lily-proto.hh"
 #include "lily-guile.hh"
 
+//#define ATOM_SMOB
+
 #ifdef ATOM_SMOB
 
 /// a symbol which can be translated, and freely copied
@@ -24,8 +26,9 @@ class Atom {
   static SCM smob_mark (SCM);
   static scm_sizet smob_free (SCM);
   static int smob_display (SCM, SCM, scm_print_state*);
-  SCM make_smob () const;
 public:
+  SCM make_smob () const;
+
   Offset off_;
   Atom (SCM s);