Renamed libsettable to libattributes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "settable.hpp"
|
||||
#include "attributes.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -13,9 +13,9 @@ int convert<int>(const std::string &value) {
|
||||
|
||||
}
|
||||
|
||||
struct foo : settable::settable {
|
||||
struct foo : attributes {
|
||||
foo() {
|
||||
REGISTER_MEMBER(int, x);
|
||||
REGISTER_ATTRIBUTE(int, x);
|
||||
}
|
||||
|
||||
int x;
|
||||
|
||||
Reference in New Issue
Block a user