Interest: Moved class ExcludeEntry to inner class Exclude::Entry.
diff --git a/src/interest.cpp b/src/interest.cpp
index b2ab024..b81ea6f 100644
--- a/src/interest.cpp
+++ b/src/interest.cpp
@@ -15,7 +15,7 @@
 namespace ndn {
   
 void 
-ExcludeEntry::get(struct ndn_ExcludeEntry& excludeEntryStruct) const 
+Exclude::Entry::get(struct ndn_ExcludeEntry& excludeEntryStruct) const 
 {
   excludeEntryStruct.type = type_;
   if (type_ == ndn_Exclude_COMPONENT)