mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
12 lines
156 B
C++
12 lines
156 B
C++
|
|
#include <xlnt/styles/borders.hpp>
|
|
|
|
namespace xlnt {
|
|
|
|
side::side(border_style style, color c) : style_(style), color_(c)
|
|
{
|
|
|
|
}
|
|
|
|
} // namespace xlnt
|