diff options
-rw-r--r-- | project2/xslRowsCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xslRowsCache.cpp b/project2/xslRowsCache.cpp index 73b4c42..7f6c8ec 100644 --- a/project2/xslRowsCache.cpp +++ b/project2/xslRowsCache.cpp @@ -11,7 +11,7 @@ SimpleMessageException(DownloadFailed); class XslCachePopulator : public CurlCompleteCallback { public: - XslCachePopulator(CurlHandle::Ptr ch, const Glib::ustring & u, bool w, bool h, const char * e) : + XslCachePopulator(CurlHandle::Ptr ch, const Glib::ustring & u, bool h, bool w, const char * e) : CurlCompleteCallback(ch), url(u), html(h), |