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/grid-snapper.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/grid-snapper.h')
| -rw-r--r-- | src/grid-snapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grid-snapper.h b/src/grid-snapper.h index c664c5f9b..1a3e6d3a8 100644 --- a/src/grid-snapper.h +++ b/src/grid-snapper.h @@ -21,7 +21,7 @@ namespace Inkscape { -/// Snap to grid +/// Normal 2D grid class GridSnapper : public LineSnapper { public: |
