diff options
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.h')
-rw-r--r-- | cpp/src/IceStorm/Subscriber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Subscriber.h b/cpp/src/IceStorm/Subscriber.h index 912856f19cc..289659863d6 100644 --- a/cpp/src/IceStorm/Subscriber.h +++ b/cpp/src/IceStorm/Subscriber.h @@ -38,7 +38,7 @@ struct Event bool forwarded; int cost; std::string op; - bool isIdempotent; + bool idempotent; std::vector< Ice::Byte> data; Ice::Context context; }; |