|
@@ -115,8 +115,7 @@ public:
|
|
/// \brief Call the add callback.
|
|
/// \brief Call the add callback.
|
|
///
|
|
///
|
|
/// This is called for each loaded RRset.
|
|
/// This is called for each loaded RRset.
|
|
- void addRRset(const RRsetPtr& rrset)
|
|
|
|
- {
|
|
|
|
|
|
+ void addRRset(const RRsetPtr& rrset) {
|
|
add_(rrset);
|
|
add_(rrset);
|
|
}
|
|
}
|
|
|
|
|