mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
Merge remote-tracking branch 'kakra/integration' into subvol-threads
This commit is contained in:
@ -86,6 +86,11 @@ namespace crucible {
|
||||
}
|
||||
};
|
||||
|
||||
class ChatterTimestamp {
|
||||
public:
|
||||
ChatterTimestamp(int);
|
||||
};
|
||||
|
||||
class ChatterBox {
|
||||
string m_file;
|
||||
int m_line;
|
||||
|
Reference in New Issue
Block a user