diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-03-14 11:42:39 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-03-14 11:42:39 +0000 |
| commit | a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35 (patch) | |
| tree | 15eb1db63b425cb0a902cd259401ea2b556028d5 /src/sp-tref.cpp | |
| parent | Added some virtual pad calls to SPObject. (diff) | |
| download | inkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.tar.gz inkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.zip | |
Various changes.
(bzr r11608.1.48)
Diffstat (limited to 'src/sp-tref.cpp')
| -rw-r--r-- | src/sp-tref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-tref.cpp b/src/sp-tref.cpp index 4296fd416..0ec0c3ebc 100644 --- a/src/sp-tref.cpp +++ b/src/sp-tref.cpp @@ -100,7 +100,7 @@ sp_tref_class_init(SPTRefClass *tref_class) tref_parent_class = (SPObjectClass*)g_type_class_peek_parent(tref_class); - sp_object_class->build = sp_tref_build; + //sp_object_class->build = sp_tref_build; sp_object_class->release = sp_tref_release; sp_object_class->write = sp_tref_write; sp_object_class->set = sp_tref_set; |
