schema_editor/comdel/domain/schema.cpp

10 lines
85 B
C++

#include "schema.h"
namespace domain {
Schema::Schema()
{
}
} // namespace domain