summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Library.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Freeze/library/Library.ice')
-rw-r--r--cpp/demo/Freeze/library/Library.ice4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Freeze/library/Library.ice b/cpp/demo/Freeze/library/Library.ice
index 93f1e980048..7c4440200b1 100644
--- a/cpp/demo/Freeze/library/Library.ice
+++ b/cpp/demo/Freeze/library/Library.ice
@@ -137,7 +137,7 @@ class Book
* this information is immutable.
*
**/
- BookDescription _description;
+ BookDescription description;
/**
*
@@ -145,7 +145,7 @@ class Book
* the book is not currently rented.
*
**/
- string _rentalCustomerName;
+ string rentalCustomerName;
};
/**