X-Git-Url: http://git.sourceforge.jp/view?p=tortoisegit%2FTortoiseGitJp.git;a=blobdiff_plain;f=src%2FTortoiseProc%2FRevisionGraph%2FStandardLayoutNodeList.h;h=76e4c08ba2386e7292d6f3c606b4971dce3f0f1c;hp=f98a39fc5215dd17b9765d0e7dc464392991d16b;hb=ba3aca97225dfb941fbb396e53e5984583373271;hpb=568f9cdc62424087e3fdd69d66639860f648645f diff --git a/src/TortoiseProc/RevisionGraph/StandardLayoutNodeList.h b/src/TortoiseProc/RevisionGraph/StandardLayoutNodeList.h index f98a39f..76e4c08 100644 --- a/src/TortoiseProc/RevisionGraph/StandardLayoutNodeList.h +++ b/src/TortoiseProc/RevisionGraph/StandardLayoutNodeList.h @@ -47,7 +47,7 @@ public: virtual index_t GetFirstVisible (const CRect& viewRect) const; virtual index_t GetNextVisible (index_t prev, const CRect& viewRect) const; - virtual index_t GetAt (const CPoint& point, long delta) const; + virtual index_t GetAt (const CPoint& point, CSize delta) const; /// implement ILayoutNodeList