2005-03-18 04:29:39 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2011-05-27 22:37:24 +00:00
|
|
|
/* vim: set ts=2 et sw=2 tw=80: */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2005-03-18 04:29:39 +00:00
|
|
|
|
2012-06-10 23:44:50 +00:00
|
|
|
#ifndef mozilla_a11y_XULMenuAccessibleWrap_h__
|
|
|
|
#define mozilla_a11y_XULMenuAccessibleWrap_h__
|
2005-03-18 04:29:39 +00:00
|
|
|
|
2012-06-10 23:44:50 +00:00
|
|
|
#include "XULMenuAccessible.h"
|
2009-09-11 01:07:56 +00:00
|
|
|
|
2012-06-10 23:44:50 +00:00
|
|
|
namespace mozilla {
|
|
|
|
namespace a11y {
|
|
|
|
|
|
|
|
typedef class XULMenuitemAccessible XULMenuitemAccessibleWrap;
|
|
|
|
|
|
|
|
} // namespace a11y
|
|
|
|
} // namespace mozilla
|
2005-03-18 04:29:39 +00:00
|
|
|
|
|
|
|
#endif
|