~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/sp-gradient-reference.h

  • Committer: scislac
  • Date: 2009-08-12 07:57:52 UTC
  • Revision ID: scislac@users.sourceforge.net-20090812075752-3zt99jgeqr3bm16j
much better quality multi-size windows icon, thanks ChrisMorgan

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define SEEN_SP_GRADIENT_REFERENCE_H
3
3
 
4
4
#include "uri-references.h"
5
 
 
6
 
class SPGradient;
7
5
class SPObject;
8
6
 
9
7
class SPGradientReference : public Inkscape::URIReference {
11
9
    SPGradientReference(SPObject *obj) : URIReference(obj) {}
12
10
 
13
11
    SPGradient *getObject() const {
14
 
        return reinterpret_cast<SPGradient *>(URIReference::getObject());
 
12
        return (SPGradient *)URIReference::getObject();
15
13
    }
16
14
 
17
15
protected:
30
28
  fill-column:99
31
29
  End:
32
30
*/
33
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
31
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :