Skip to content

Commit

Permalink
Merge branch 'master' into die-autoptr-die
Browse files Browse the repository at this point in the history
  • Loading branch information
jezhiggins committed Apr 23, 2020
2 parents 6659a9f + 7f88a64 commit c34ca2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 147 deletions.
2 changes: 1 addition & 1 deletion include/DOM/Events/Event.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Event_impl

virtual bool getCancelable() const = 0;

virtual long getTimeStamp() const = 0;
virtual unsigned long long getTimeStamp() const = 0;

virtual void stopPropagation() = 0;

Expand Down
2 changes: 1 addition & 1 deletion include/DOM/Simple/EventImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class EventImpl : virtual public Arabica::DOM::Events::Event_impl<stringT, strin
return canCancel_;
}

virtual long getTimeStamp() const
virtual unsigned long long getTimeStamp() const
{
return timeStamp_;
}
Expand Down
145 changes: 0 additions & 145 deletions vs2012/test_xslt_wide.vcxproj.bak

This file was deleted.

0 comments on commit c34ca2c

Please sign in to comment.