X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;h=c5af3b895014a6510c2fb8ce23b9001461263ad9;hp=cd6f5f2499c428555189257482e118fd4ab57709;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=60d9b99a32e551cffd2b537d3e157d578a761c9b diff --git a/pv/view/timeitem.hpp b/pv/view/timeitem.hpp index cd6f5f2..c5af3b8 100644 --- a/pv/view/timeitem.hpp +++ b/pv/view/timeitem.hpp @@ -14,17 +14,17 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_VIEW_TIMEITEM_HPP -#define PULSEVIEW_PV_VIEW_TIMEITEM_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TIMEITEM_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TIMEITEM_HPP #include "viewitem.hpp" namespace pv { -namespace view { +namespace views { +namespace TraceView { class View; @@ -58,7 +58,8 @@ protected: View &view_; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_TIMEITEM_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TIMEITEM_HPP