ObjFW  Diff

Differences From Artifact [fbff44390e]:

To Artifact [514ef35454]:


82
83
84
85
86
87
88
89

90
91
92
93
94

95
96
97
82
83
84
85
86
87
88

89
90
91
92
93

94
95
96
97







-
+




-
+



- (int)errNo
{
	return _errNo;
}

- (OFString*)sourcePath
{
	OF_GETTER(_sourcePath, NO)
	OF_GETTER(_sourcePath, false)
}

- (OFString*)destinationPath
{
	OF_GETTER(_destinationPath, NO)
	OF_GETTER(_destinationPath, false)
}
@end
#endif