Parcourir la source

minor editorial fix

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@725 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 15 ans
Parent
commit
40c690d9db
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/dns/cpp/rdata/template.cc

+ 2 - 2
src/lib/dns/cpp/rdata/template.cc

@@ -34,7 +34,7 @@ using namespace std;
 // If you added member functions specific to this derived class, you'll need
 // to implement them here, of course.
 
-MyType::MyType(const std::string& type_str)
+MyType::MyType(const string& type_str)
 {
 }
 
@@ -42,7 +42,7 @@ MyType::MyType(InputBuffer& buffer, size_t rdata_len)
 {
 }
 
-MyType::MyType(const MyType& other)
+MyType::MyType(const MyType& source)
 {
 }