Skip to content
Snippets Groups Projects
Commit 93ceb364 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Updates for ubuntu24

parent 7104c04d
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,8 @@ namespace Zipr_SDK ...@@ -57,8 +57,8 @@ namespace Zipr_SDK
virtual Dollop_t* getTargetDollop() const = 0 ; virtual Dollop_t* getTargetDollop() const = 0 ;
virtual Dollop_t* getMemberOfDollop() const = 0 ; virtual Dollop_t* getMemberOfDollop() const = 0 ;
virtual bool operator==(const DollopEntry_t &); virtual bool operator==(const DollopEntry_t &) const;
virtual bool operator!=(const DollopEntry_t &); virtual bool operator!=(const DollopEntry_t &) const;
friend ostream &operator<<(ostream &, const DollopEntry_t &); friend ostream &operator<<(ostream &, const DollopEntry_t &);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment