mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
remove all author/modified by tags.
make include guards consistent. This was SVN commit r5040.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef OBSERVABLE_H__
|
||||
#define OBSERVABLE_H__
|
||||
#ifndef INCLUDED_OBSERVABLE
|
||||
#define INCLUDED_OBSERVABLE
|
||||
|
||||
/*
|
||||
Wrapper around Boost.Signals to make watching objects for changes more convenient.
|
||||
@@ -96,4 +96,4 @@ private:
|
||||
std::vector<ObservableConnection> m_Conns;
|
||||
};
|
||||
|
||||
#endif // OBSERVABLE_H__
|
||||
#endif // INCLUDED_OBSERVABLE
|
||||
|
||||
Reference in New Issue
Block a user