author | Gervase Markham <gerv@gerv.net> |
Mon, 21 May 2012 12:12:37 +0100 | |
changeset 94475 | f4157e8c410708d76703f19e4dfb61859bfe32d8 |
parent 966 | 3955315597245b0baaa4eab7c2457eb56f3535e8 |
permissions | -rw-r--r-- |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/. */ #ifndef _NSHYPERTEXTACCESSIBLEWRAP_H #define _NSHYPERTEXTACCESSIBLEWRAP_H #include "nsHyperTextAccessible.h" typedef class nsHyperTextAccessible nsHyperTextAccessibleWrap; #endif