summaryrefslogtreecommitdiff
path: root/src/expr/attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/attribute.cpp')
-rw-r--r--src/expr/attribute.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/expr/attribute.cpp b/src/expr/attribute.cpp
index b9234883b..553c19f6e 100644
--- a/src/expr/attribute.cpp
+++ b/src/expr/attribute.cpp
@@ -79,7 +79,7 @@ void AttributeManager::deleteAttributes(const AttrIdVec& atids) {
switch(tableId) {
case AttrTableBool:
- Unimplemented("delete attributes is unimplemented for bools");
+ Unimplemented() << "delete attributes is unimplemented for bools";
break;
case AttrTableUInt64:
deleteAttributesFromTable(d_ints, ids);
@@ -103,7 +103,8 @@ void AttributeManager::deleteAttributes(const AttrIdVec& atids) {
case AttrTableCDNode:
case AttrTableCDString:
case AttrTableCDPointer:
- Unimplemented("CDAttributes cannot be deleted. Contact Tim/Morgan if this behavior is desired.");
+ Unimplemented() << "CDAttributes cannot be deleted. Contact Tim/Morgan "
+ "if this behavior is desired.";
break;
case LastAttrTable:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback