diff options
| author | 2014-01-08 18:20:08 +0100 | |
|---|---|---|
| committer | 2014-01-08 18:20:08 +0100 | |
| commit | cd89e9e4fcf83d8be96aff43e94873b825089085 (patch) | |
| tree | bc37e48b9da72b66ef79b3421bdeea9d5150ea9e /range.h | |
| parent | b6cc0d5dab555193d2b06541e9e3b4a16a138e6e (diff) | |
| download | OneRoll-cd89e9e4fcf83d8be96aff43e94873b825089085.tar.gz OneRoll-cd89e9e4fcf83d8be96aff43e94873b825089085.zip | |
Update range.h
die*
Diffstat (limited to 'range.h')
| -rw-r--r-- | range.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ public: Range(); void setValue(qint64,qint64); - virtual bool isValid(Die b) const; + virtual bool isValid(Die* b) const; private: qint64 m_start; |