summaryrefslogtreecommitdiffstats
path: root/src/borroweritem.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2014-03-03 13:46:44 +0100
committerSlávek Banko <[email protected]>2014-03-03 13:46:44 +0100
commit2e02da046d3e56cdf4744f644af35ad07424f48b (patch)
treef2dcf353aa2338eae1c2ff2c41af971c580c2762 /src/borroweritem.h
parent3c13229d98167ae4ae0710d5eeef23fef5005bf0 (diff)
downloadtellico-2e02da046d3e56cdf4744f644af35ad07424f48b.tar.gz
tellico-2e02da046d3e56cdf4744f644af35ad07424f48b.zip
Update to upstream version 1.3.6
Diffstat (limited to 'src/borroweritem.h')
-rw-r--r--src/borroweritem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/borroweritem.h b/src/borroweritem.h
index ad0b7d6..9d15f3f 100644
--- a/src/borroweritem.h
+++ b/src/borroweritem.h
@@ -29,7 +29,7 @@ public:
virtual bool isBorrowerItem() const { return true; }
Data::BorrowerPtr borrower() { return m_borrower; }
- virtual int count() const;
+ virtual size_t count() const;
virtual Data::EntryVec entries() const;
private: