diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2010-07-19 22:02:19 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2010-07-19 22:02:19 +0000 |
| commit | dcd8bdc37504934d8aa62a0d69373cf31c7a1c65 (patch) | |
| tree | d3303fb656bf6a8dd80d4accc6498c27718caad3 /src | |
| parent | Support for bulge in closing LWPOLYLINE segment. Patch by dormouse for gcodet... (diff) | |
| download | inkscape-dcd8bdc37504934d8aa62a0d69373cf31c7a1c65.tar.gz inkscape-dcd8bdc37504934d8aa62a0d69373cf31c7a1c65.zip | |
fix build broken by 9620
(bzr r9630)
Diffstat (limited to 'src')
| -rw-r--r-- | src/style.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style.h b/src/style.h index b38df2532..d437a50f0 100644 --- a/src/style.h +++ b/src/style.h @@ -178,9 +178,9 @@ struct SPIPaint { void read( gchar const *str, SPStyle &tyle, SPDocument *document = 0); -private: - SPIPaint(SPIPaint const&); - SPIPaint &operator=(SPIPaint const &); +//private: +// SPIPaint(SPIPaint const&); +// SPIPaint &operator=(SPIPaint const &); }; /// Filter type internal to SPStyle |
