summaryrefslogtreecommitdiffstats
path: root/src/extension/print.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-08-06 12:18:32 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-08-06 12:18:32 +0000
commit4dd33aa4d5c57706c7f64f63391174954160a308 (patch)
treeb9d4ea1278348836a718c5e6aaeaff9f82c790bf /src/extension/print.h
parentPer-item render cache. (diff)
downloadinkscape-4dd33aa4d5c57706c7f64f63391174954160a308.tar.gz
inkscape-4dd33aa4d5c57706c7f64f63391174954160a308.zip
Rewrite NRArenaItem hierarchy into C++
(bzr r10347.1.21)
Diffstat (limited to 'src/extension/print.h')
-rw-r--r--src/extension/print.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/extension/print.h b/src/extension/print.h
index d5218aed8..b3c686d26 100644
--- a/src/extension/print.h
+++ b/src/extension/print.h
@@ -13,7 +13,7 @@
#include "extension.h"
-#include "display/nr-arena-forward.h"
+#include "display/display-forward.h"
#include "forward.h"
#include "sp-item.h"
namespace Inkscape {
@@ -22,10 +22,10 @@ namespace Extension {
class Print : public Extension {
public: /* TODO: These are public for the short term, but this should be fixed */
- SPItem *base; /**< TODO: Document these */
- NRArena *arena; /**< TODO: Document these */
- NRArenaItem *root; /**< TODO: Document these */
- unsigned int dkey; /**< TODO: Document these */
+ SPItem *base;
+ NRArena *arena;
+ Inkscape::DrawingItem *root;
+ unsigned int dkey;
public:
Print (Inkscape::XML::Node * in_repr,