diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-10-26 22:13:06 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-10-26 22:13:06 +0000 |
| commit | 3406336553d70c7d3ce6e0ac960b9f46b4ef9620 (patch) | |
| tree | e51cb8ed9b4a94291eb8e43213fa54aa58e95e41 /src/snap.h | |
| parent | Bug fix in set_gridtype (diff) | |
| download | inkscape-3406336553d70c7d3ce6e0ac960b9f46b4ef9620.tar.gz inkscape-3406336553d70c7d3ce6e0ac960b9f46b4ef9620.zip | |
Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGrid
(bzr r1869)
Diffstat (limited to 'src/snap.h')
| -rw-r--r-- | src/snap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snap.h b/src/snap.h index ff3da3adb..dc2d0c788 100644 --- a/src/snap.h +++ b/src/snap.h @@ -107,6 +107,7 @@ public: typedef std::list<const Inkscape::Snapper*> SnapperList; SnapperList getSnappers() const; + SnapperList gridSnappers; ///< List of grid snappers to enable multiple grids protected: SPNamedView const *_named_view; |
